10. Implicit vs. Explicit Intents

Implicit vs. Explicit Intents

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Video Correction

In the video at 3:29, under "Implicit Intent" the Intent object created should be called sendIntent

Intent sendIntent = new Intent (Intent.ACTION_SENDTO);

Resources